forked from php/php-src
-
Notifications
You must be signed in to change notification settings - Fork 0
[pull] master from php:master #570
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Port of 2ae897f to PDO_ODBC.
* PHP-8.3: Fix crash in PDO_ODBC statement dtor (#17586)
* PHP-8.4: Fix crash in PDO_ODBC statement dtor (#17586)
…pening HTTP URLs Otherwise it's not possible to control the context; it's also consistent with how the standard open functions work. Closes GH-17589.
As explained by Snape3058: On 64-bit machines, we typically have 7 bytes of padding between the zend_string.val[0] char and the following char[]. This means that zend_string.val[1-7] write to and read from the struct padding, which is a bad idea. Allocate the given string separately instead. Fixes GH-17564 Closes GH-17576
* PHP-8.3: Fix inline zend_string using struct padding
* PHP-8.4: Fix inline zend_string using struct padding
This has been removed from upstream years ago[1], and PHP generally dropped NetWare support even earlier. [1] <libgd/libgd@e6bb110> [2] <https://externals.io/message/96838>
Make sure we have a unique test file to work with, and increase the time for the nojit version to match the default version. Closes GH-17600
* Drop superfluous php_com_dotnet_object.ce This is readily available via the `zend_object` (i.e. `zo.ce`), so there is no need to duplicate it. There is also no need to assign the ce to the std object, since this is done be `zend_object_std_init()` anyway.
* PHP-8.1: Fix cve-2014-3538 test
* PHP-8.2: Fix cve-2014-3538 test
* PHP-8.3: Fix cve-2014-3538 test
* PHP-8.4: Fix cve-2014-3538 test
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.1)
Can you help keep this open source service alive? 💖 Please sponsor : )